spl: stm32: make falcon mode activation configurable
authorVikas Manocha <[email protected]>
Sun, 20 Aug 2017 18:05:37 +0000 (11:05 -0700)
committerTom Rini <[email protected]>
Sat, 26 Aug 2017 18:56:13 +0000 (14:56 -0400)
With this change, it will be possible to de-select falcon mode & spl
will only boot U-Boot.

Signed-off-by: Vikas Manocha <[email protected]>
Suggested-by: Bo Shen <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
arch/arm/mach-stm32/Kconfig

index f70f5ec9656918b4085f9fc702077d0dc3abc90e..947ce5f1ce8126a55adbf2f78ff4e84fbe7e806d 100644 (file)
@@ -18,7 +18,7 @@ config STM32F7
        select SPL_OF_CONTROL
        select SPL_OF_LIBFDT
        select SPL_OF_TRANSLATE
-       select SPL_OS_BOOT
+       imply SPL_OS_BOOT
        select SPL_PINCTRL
        select SPL_RAM
        select SPL_SERIAL_SUPPORT